All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sjl.wrappers.FuncTextReaderBoolean
FuncTextReaderBoolean
is a function object designed for
reading objects of type Boolean
from a DataInputStream.
Each call to this object will read a line from the stream which is then
converted into an object of type Boolean.
Objects of this class is used by the InputStreamIterator.
Copyright © 1996 Finn Bock
Boolean
and initialize
it with the next Boolean read from the argument stream.
public FuncTextReaderBoolean()
public Object perform(Object stream)
Boolean
and initialize
it with the next Boolean read from the argument stream.
An entire line is read in.
The return value is ignored.
All Packages Class Hierarchy This Package Previous Next Index